home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / iz_fl_12.zip / SAMPLE < prev   
Text File  |  1995-04-15  |  2KB  |  37 lines

  1. rem ┌──────────────────────────────────────────────────────────────────┐
  2. rem │ Listed below are some example FList creation that you use as a   │
  3. rem │ guide to help you compile your own FLists.  Included are some    │
  4. rem │ additional processes to compress the file.   FList does not      │
  5. rem │ Compress the list.                                               │
  6. rem └──────────────────────────────────────────────────────────────────┘
  7.  
  8. rem                         E x a m p l e   1
  9. rem ┌──────────────────────────────────────────────────────────────────┐
  10. rem │ Create a List containing only OS/2 Files from Main Board.        │
  11. rem │ # of DAYS set to "1000" to ensure all files are included.        │
  12. rem └──────────────────────────────────────────────────────────────────┘
  13.  
  14. PCBOARDM /PPE:C:\FLIST\FLIST.PPE;1000;0;OS-2.LST;1-15,20,30-35,68
  15. DEL C:\MAIN\FREE1\OS-2.ZIP
  16. PKZIP -m C:\MAIN\FREE1\O2-2 OS-2.LST
  17. PKZIP C:\MAIN\FREE1\OS-2.ZIP -z < C:\DOSXTRA\ZIPCMNT.TXT
  18.  
  19. rem                         E x a m p l e   2
  20. rem ┌──────────────────────────────────────────────────────────────────┐
  21. rem │ Create a List containing ALL files uploaded in the last 10 DAYS  │
  22. rem │ from all file areas of Main Board.                               │
  23. rem └──────────────────────────────────────────────────────────────────┘
  24.  
  25. PCBOARDM /PPE:C:\FLIST\FLIST.PPE;30;0;30DAYS.LST;A
  26. DEL C:\MAIN\FREE1\30DAYS.ZIP
  27. PKZIP -m C:\MAIN\FREE1\30DAYS 30DAYS.LST
  28. PKZIP C:\MAIN\FREE1\10DAYS.ZIP -z < C:\DOSXTRA\ZIPCMNT.TXT
  29.  
  30. rem ┌──────────────────────────────────────────────────────────────────┐
  31. rem │ Return to PCBoard Events.                                        │
  32. rem └──────────────────────────────────────────────────────────────────┘
  33.  
  34. %PCBDRIVE%
  35. CD %PCBDIR%
  36. BOARD
  37.